home *** CD-ROM | disk | FTP | other *** search
/ Ultra Mac Games 1 & 2 / UltraMacGames1.iso / Dungeon / Dragonquest2 v2.0 / Castle / card_5773.txt < prev    next >
Text File  |  1988-03-18  |  1KB  |  53 lines

  1. -- card: 5773 from stack: in
  2. -- bmap block id: 19456
  3. -- flags: 0000
  4. -- background id: 2807
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0002
  11. -- rect: left=301 top=63 right=177 bottom=503
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 5
  16. -- text size: 14
  17. -- style flags: 0
  18. -- line height: 18
  19. -- part name: bottle
  20.  
  21.  
  22. -- part 3 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=467 top=310 right=333 bottom=507
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 19678 / 19678
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: dining room
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   ask "what do you want to do?"
  37.   if It is "take bottle" then put "why do you want a bottle?" into msg
  38.   if It is "leave room" then go card 1
  39.   if It is not "leave room"  then go this card
  40.   if It is not "take bottle" then go this card
  41.  
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part contents for card part 1
  47. ----- text -----
  48. This was a dining room at one time. Now there is only a bottle on the table.
  49. You should leave the room so you can get on with this adventure
  50.  
  51. -- part contents for card part 2
  52. ----- text -----
  53. why do you want a bottle?